services.dokuwiki.sites.<name>.extraConfigs

Path(s) to additional configuration files that are then linked to the 'conf' directory.

Type
attribute set of absolute path
Default
{ }
Example
{
  "acronyms.local.conf" = pkgs.writeText "acronyms.local.conf" ''
    r13y  reproducibility
  '';
  "entities.local.conf" = ./dokuwiki-entities;
}
Declared
<nixpkgs/nixos/modules/services/web-apps/dokuwiki.nix>